Teachers should teach a list by using simple mathematical sums before giving this exercise.
Teachers should teach the difference between variables and lists.
POINTS TO PONDER : How many steps does it take to sort N numbers? The solution provided takes approximately k × N^2 steps. There are other sorting algorithms that can sort numbers in fewer steps. Teachers may briefly explain how Merge Sort or Heap Sort works.